Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface / Attach Method
The extensible object that aggregates this extension.


In This Topic
Attach Method (IExtension<T>)
In This Topic
Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property.
Syntax
'Declaration
 
Sub Attach( _
   ByVal owner As T _
) 
 
'Usage
 
Dim instance As IExtension(Of T)
Dim owner As T
 
instance.Attach(owner)

Parameters

owner
The extensible object that aggregates this extension.
See Also